DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / Index<T,TKey> Class / ContainsKey Method

In This Topic
    ContainsKey Method (Index<T,TKey>)
    In This Topic
    Returns a value that indicates whether the collection contains an item with the given key value.
    Overload List
    OverloadDescription
    Returns a value that indicates whether the collection contains an item with the given key value.  

    Returns a value that indicates whether the indexed collection contains an item with the given key value.

    Implements IIndexScanner(T).ContainsKey(object)

    (Inherited from C1.LiveLinq.Indexing.Index<T>)
    See Also